home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
MiscKit1.7.1
/
MiscKit
/
Palettes
/
MiscCalendarPalette
/
English.lproj
/
MiscCalendarPalette.nib
/
data.classes
next >
Wrap
Text File
|
1994-05-08
|
707b
|
49 lines
CalendarPalette = {
SUPERCLASS = IBPalette;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
MiscCalendarView = {
ACTIONS = {
incrementMonth:;
incrementYear:;
decrementMonth:;
decrementYear:;
updateDate:;
};
OUTLETS = {
yearField;
textDelegate;
dateDelegate;
dateField;
monthField;
};
SUPERCLASS = View;
};
CalendarView = {
ACTIONS = {
incrementMonth:;
incrementYear:;
decrementMonth:;
decrementYear:;
updateDate:;
};
OUTLETS = {
textDelegate;
yearField;
dateDelegate;
dateField;
monthField;
};
SUPERCLASS = View;
};
MiscCalendarPalette = {
SUPERCLASS = IBPalette;
};
CalendarMatrix = {
SUPERCLASS = Matrix;
};